home *** CD-ROM | disk | FTP | other *** search
/ Mr. Wonder's Greatest Toyshop on Earth / Mr. Wonder's Greatest Toyshop on Earth (1996)(OmniMedia)[PC-Mac].iso / pc / demo / kpmovie.dir / 00007_Script_7 < prev    next >
Text File  |  1996-02-29  |  238b  |  15 lines

  1. on exitFrame
  2.   if rollover(3) then 
  3.     go "food"  
  4.   else
  5.     if rollover(4) then 
  6.       go "magic"
  7.     else
  8.       if rollover(5) then  
  9.         go "quit"
  10.       else
  11.         go the frame
  12.       end if
  13.     end if
  14.   end if
  15. end